Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / SlicerCache Class / Select Method / Select(Int32[]) Method
An integer values indicates the selected slicer items.


In This Topic
Select(Int32[]) Method
In This Topic
Selects the slicer items.
Syntax
'Declaration
 
Public Overloads MustOverride Sub Select( _
   ByVal ParamArray indexes() As Integer _
) 
 
'Usage
 
Dim instance As SlicerCache
Dim indexes() As Integer
 
instance.Select(indexes)

Parameters

indexes
An integer values indicates the selected slicer items.
Remarks
All other items, which is not in the array, will be deselected.
See Also